home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbmci
/
frmabout.frm
< prev
next >
Wrap
Text File
|
1995-09-06
|
2KB
|
74 lines
VERSION 2.00
Begin Form frmAbout
BorderStyle = 3 'Fixed Double
Caption = "About"
ClientHeight = 1665
ClientLeft = 3375
ClientTop = 5010
ClientWidth = 5625
Height = 2070
Left = 3315
LinkTopic = "Form3"
ScaleHeight = 1665
ScaleWidth = 5625
Top = 4665
Width = 5745
Begin PictureBox Picture2
AutoSize = -1 'True
Height = 360
Left = 5040
Picture = FRMABOUT.FRX:0000
ScaleHeight = 330
ScaleWidth = 360
TabIndex = 2
Top = 240
Width = 390
End
Begin PictureBox Picture1
AutoSize = -1 'True
Height = 360
Left = 240
Picture = FRMABOUT.FRX:0182
ScaleHeight = 330
ScaleWidth = 360
TabIndex = 3
Top = 240
Width = 390
End
Begin Label Label4
Caption = "Uses mciSendString() commands and the MCI.VBX custom control."
Height = 495
Left = 960
TabIndex = 5
Top = 1080
Width = 3615
End
Begin Label Label3
Alignment = 2 'Center
Caption = "Play Multimedia Files Sample"
Height = 255
Left = 1080
TabIndex = 4
Top = 360
Width = 3375
End
Begin Label Label2
Alignment = 2 'Center
Caption = "Copyright Microsoft 1994"
Height = 255
Left = 1560
TabIndex = 1
Top = 600
Width = 2535
End
Begin Label Label1
Alignment = 2 'Center
Caption = "Visual Basic 3.0"
Height = 255
Left = 1200
TabIndex = 0
Top = 120
Width = 3135
End
End